projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e01e6d
)
(msdos-shells): Add defvar.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 30 Aug 2005 10:36:40 +0000
(10:36 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 30 Aug 2005 10:36:40 +0000
(10:36 +0000)
lisp/progmodes/cmacexp.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cmacexp.el
b/lisp/progmodes/cmacexp.el
index 8db5d0c03fe8320c5741a8a922c89ee7619e9cbb..e2bcf9845863fd6cd2a84c6fb7e3f66df419b008 100644
(file)
--- a/
lisp/progmodes/cmacexp.el
+++ b/
lisp/progmodes/cmacexp.el
@@
-93,6
+93,9
@@
(provide 'cmacexp)
+(defvar msdos-shells)
+
+
(defgroup c-macro nil
"Expand C macros in a region."
:group 'c)